Class: modelit.web.concurrent.Callable (Abstract)

Extends: matlab.mixin.SetGet & handle

DESCRIPTION:

Abstract class for encapsulating a java object which implements the Callable interface.

Properties

No properties

Public Method: Callable

DESCRIPTION:

Abstract class for encapsulating a java object which implements the Callable interface.

CALL:

obj = Callable()

INPUT:

      No input required.
 

OUTPUT:

obj modelit.web.concurrent.Callable
To be used for asynchronous execution in combination
with a modelit.web.concurrent.ThreadPoolExecutor.

Public Abstract Method: getCallable

DESCRIPTION:

Get the java object which extends the Callable interface.